projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54573f1
)
Document missing signal parameter
author
Benjamin Otte
<otte@gnome.org>
Sun, 3 Jan 2010 22:11:05 +0000
(23:11 +0100)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:53:49 +0000
(20:53 -0400)
gtk/gtktreemodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreemodel.c
b/gtk/gtktreemodel.c
index 0d0a4920e42cc00ab842f1b498e31dd30bfd55f6..675f10bf73e6d5d8af698b94d73987228af59c8c 100644
(file)
--- a/
gtk/gtktreemodel.c
+++ b/
gtk/gtktreemodel.c
@@
-257,6
+257,9
@@
gtk_tree_model_base_init (gpointer g_class)
* @path: a #GtkTreePath identifying the tree node whose children
* have been reordered
* @iter: a valid #GtkTreeIter pointing to the node whose
+ * @new_order: an array of integers mapping the current position of
+ * each child to its old position before the re-ordering,
+ * i.e. @new_order<literal>[newpos] = oldpos</literal>.
*
* This signal is emitted when the children of a node in the #GtkTreeModel
* have been reordered.